github.com/jackc/pgx/v5/pgconn.PgConn.execExtendedSuffix (method)

4 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1264: 	pgConn.execExtendedSuffix(result, nil, nil)
		pgconn.go#L1289: 	pgConn.execExtendedSuffix(result, nil, nil)
		pgconn.go#L1318: 	pgConn.execExtendedSuffix(result, statementDescription, resultFormats)
		pgconn.go#L1358: func (pgConn *PgConn) execExtendedSuffix(result *ResultReader, statementDescription *StatementDescription, resultFormats []int16) {